home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / selectn.zip / README < prev    next >
Text File  |  1988-10-06  |  3KB  |  73 lines

  1. The following files are in this archive:
  2.  
  3.                       BATCH FILE EXAMPLES:
  4.  
  5.      MENU     TXT   - Main Menu Screen
  6.      MENU     BAT   - Main Menu Batch File.
  7.      MENU1    BAT   - Key '1' Batch File.
  8.      MENU2    BAT  -   "   2
  9.      MENU3    BAT  -   "   3
  10.      MENUA    BAT  -   "   A
  11.      MENUB    BAT  -   "   B
  12.      MENUC    BAT  -   "   C
  13.      MENUX    BAT  -   "   X  Exit
  14.      MMENU    BAT  - Secondary Menu, Input with your message.
  15.  
  16.  
  17.                          KEYBOARD INPUT PROGRAMS:
  18.  
  19.      SELECT1  COM  - Key input, sets DOS error level:   SELECT1 ABC123
  20.      SELECT2  COM  - SELECT1 with input buffer clear option.
  21.      SELECT3  COM  - SELECT1 with command line message:
  22.                                     SELECT3 Your message..$ABC123
  23.      SELECT4  COM  - SELECT3 with input buffer clear option.
  24.  
  25.  
  26.      You can use the SELECTn programs as a basis for building you own
  27.      menu system. These programs set the DOS error level by looking up
  28.      a key pressed in the list of keys you provide.  A look at the
  29.      file MENU.BAT should make this process clear.  Note that you need
  30.      to trap the errors starting with the highest level first.  Note
  31.      also that on the command line, the keys to be trapped should be
  32.      in capital letters.
  33.  
  34.      The file MMENU.BAT uses SELECT3, which allows you to specify your
  35.      own prompt. You should rename the file to MENU.BAT before you use
  36.      it, as all options are keyed on that name.
  37.  
  38.      SELECT1 and 3 allow you to type ahead, 2 and 4 clear the buffer
  39.      before accepting input.  All of the programs convert lower case
  40.      input to upper case.
  41.  
  42.      To create your own menu system, just follow the example of
  43.      MENU.BAT, and complete these steps:
  44.  
  45.           1. Create a subdirectory \MENU (or any name you like),
  46.              and copy the batch files and SELECTn files to it.
  47.  
  48.           2. Edit MENU.TXT to reflect the main menu screen
  49.              and options you wish to have.
  50.  
  51.           3. Edit MENU.BAT, use the desired SELECTn program,
  52.              include the keys you illustrated on the menu
  53.              screen.
  54.  
  55.           4. Create or edit the appropriate batch files, so they
  56.              carry out the desired commands.  Be sure to end them
  57.              with the command 'MENU' so your menu will come up
  58.              as the batch file is completed.
  59.  
  60.  
  61.      You are welcome to use these programs free of charge.  You may
  62.      also copy and distribute them, provided no money is involved.  If
  63.      you like them, a contribution of $5 would be most welcome.  In
  64.      any case, please send your comments to:
  65.  
  66.                             Rh Factor Software, (S1.0)
  67.                                   P.O. Box 6466
  68.                               Kent, WA   98064-6466
  69.  
  70.  
  71.      GEnie Mail: R.Heller1
  72.  
  73.